.navbar {
    background: #0277BD !important;
}
#cargando{
    font-weight:300!important;
}
#imgLogoLab{
    height: 50px;
}
#nombreLab{
    line-height:50px;
    padding:auto 0;
    vertical-align:middle;
    font-size: 32px;
    font-weight: 400;
}
#infoValidador{
    border:0;
    box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
}
#imgLogoValidador{
    width:128px;
}
#estudios-wrapper{
    width:100%;
    padding:16px;
    overflow:auto;
}
#pdf-wrapper{
    overflow:auto;
    width:100%;
    height:calc(90vh);
    padding:16px;
}
#pdf-wrapper > div{
    padding-top: 2px;
    width:100%;
    height:100%;
}
.framePdf{
    border:none;
    display:block;
    width:100%;
    height:100%;
}
.content-wrapper{
    min-height:calc(100vh - 101px);
}

@media (min-width:768px) {
    .text-right-sm {
        text-align: right;
    }
}